Computing (FOLDOC) dictionary
Jump to user comments
programming Strict enforcement of
type rules with no
more than one type, incorrect type usage can be detected at
Strong typing catches more errors at compile time than
weaktyping, resulting in fewer run-time
exceptions.
Pascal is (almost) strongly typed.
C and
C++ are sometimes described as strongly typed, but
(2000-07-04)